type runtime.heapStatsDelta
11 uses
runtime (current package)
metrics.go#L651: heapStatsDelta
mstats.go#L344: if size := unsafe.Sizeof(heapStatsDelta{}); size%8 != 0 {
mstats.go#L393: var consStats heapStatsDelta
mstats.go#L670: type heapStatsDelta struct {
mstats.go#L696: func (a *heapStatsDelta) merge(b *heapStatsDelta) {
mstats.go#L745: stats [3]heapStatsDelta
mstats.go#L776: func (m *consistentHeapStats) acquire() *heapStatsDelta {
mstats.go#L822: func (m *consistentHeapStats) unsafeRead(out *heapStatsDelta) {
mstats.go#L847: func (m *consistentHeapStats) read(out *heapStatsDelta) {
mstats.go#L892: m.stats[prevGen] = heapStatsDelta{}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |